//==============================================================================
// wall E small center_anim.txt
//==============================================================================

//This is the only BUILDABLE wall.  Need lots of anim logic for walls still.

//==============================================================================
anim None
{

	SetSelector
	{
		CultureLogic Greek
		SetSelector
		{
			TechLogic none
			setSelector
			{	  
				ConstructionLogic 0 33 66
				set hotspot
				{
					version
					{
						Visual Building Atlantis wall Connector
					}
				}
				set hotspot
				{
					version
					{
						Visual Building Construction ConnectorWallA
					}
				}
				set hotspot
				{
					version
					{
						Visual Building Construction ConnectorGreekWallB
					}
				}
				set hotspot
				{
					version
					{
						Visual Building Construction ConnectorGreekWallC
					}
				}
			}
		}
	}
}